Tests and resets (sets to 0) the bit.
Tests and sets (sets to 1) the bit.
Convert a lower camelcase string to snake case. We can't use regex to match at compile-time so we'll iterate through the string and convert it manually.
Convert a string into T type.
Copy a structure into Redis variables.
Copy the values of the Redis variables into a structure.
Get a Redis variable
Returns the bit value at offset in the string value stored at key.
Returns the value associated with field in the hash stored at key.
psetex works exactly like SETEX with the sole difference that the expire time is specified in milliseconds instead of seconds.
Safe convert Response
Set a Redis variable.
Sets or clears the bit at offset in the string value stored at key. The bit is either set or cleared depending on value, which can be either 0 or 1.
Set key to hold the string value and set key to timeout after a given number of seconds